home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
J-Mac Electronics & Home Comics
/
J-Mac Electronics & Home Comics.iso
/
mac
/
J-MAC
/
G20F
/
G20_SHIO.Dxr
/
00080_Manime.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-01-22
|
305 b
|
18 lines
on wait t
startTimer()
repeat while the timer <= t
nothing()
end repeat
end
on animet
repeat with i = 1 to 6
set cn to the memberNum of sprite i
set the memberNum of sprite i to cn + 6
updateStage()
wait(5)
set the memberNum of sprite i to cn
wait(5)
end repeat
end